Skip to content

Fix PiP UI issues on iOS 26 #909

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Aug 12, 2025
Merged

Fix PiP UI issues on iOS 26 #909

merged 5 commits into from
Aug 12, 2025

Conversation

martinmitrevski
Copy link
Contributor

🔗 Issue Links

Resolves https://linear.app/stream/issue/IOS-1065/fix-pip-ui-issues-on-ios-26.

🎯 Goal

Fix UI issues on PiP on iOS 26.

📝 Summary

Provide bullet points with the most important changes in the codebase.

🛠 Implementation

Provide a detailed description of the implementation and explain your decisions if you find them relevant.

🎨 Showcase

Add relevant screenshots and/or videos/gifs to easily see what this PR changes, if applicable.

Before After
img img

🧪 Manual Testing Notes

Explain how this change can be tested manually, if applicable.

☑️ Contributor Checklist

  • I have signed the Stream CLA (required)
  • This change follows zero ⚠️ policy (required)
  • This change should receive manual QA
  • Changelog is updated with client-facing changes
  • New code is covered by unit tests
  • Comparison screenshots added for visual changes
  • Affected documentation updated (tutorial, CMS)

🎁 Meme

Provide a funny gif or image that relates to your work on this pull request. (Optional)

@martinmitrevski martinmitrevski requested a review from a team as a code owner August 11, 2025 11:34
Copy link

1 Warning
⚠️ Please be sure to complete the Contributor Checklist in the Pull Request description

Generated by 🚫 Danger

Copy link

github-actions bot commented Aug 11, 2025

Public Interface

+ extension EdgeInsets  
+ 
+   public static let participantInfoView
+   public static let participantInfoViewPiP
+   public static let connectionIndicator



 public struct ParticipantInfoView: View  
-   public init(participant: CallParticipant,isPinned: Bool,maxHeight: Float = 14)
+   public init(participant: CallParticipant,isPinned: Bool,maxHeight: Float = 14,paddingsConfig: EdgeInsets = .participantInfoView)

 public struct ConnectionQualityIndicator: View  
-   public init(connectionQuality: ConnectionQuality,size: CGFloat = 28,width: CGFloat = 3)
+   public init(connectionQuality: ConnectionQuality,size: CGFloat = 28,width: CGFloat = 3,paddingsConfig: EdgeInsets = EdgeInsets())

@Stream-SDK-Bot
Copy link
Collaborator

Stream-SDK-Bot commented Aug 11, 2025

SDK Size

title develop branch diff status
StreamVideo 8.18 MB 8.18 MB 0 KB 🟢
StreamVideoSwiftUI 2.29 MB 2.29 MB 0 KB 🟢
StreamVideoUIKit 2.41 MB 2.41 MB +1 KB 🟢
StreamWebRTC 9.85 MB 9.85 MB 0 KB 🟢

Copy link

@martinmitrevski martinmitrevski merged commit ef8316f into develop Aug 12, 2025
12 checks passed
@martinmitrevski martinmitrevski deleted the pip-ios26 branch August 12, 2025 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants